Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚑 Monthpicker Caption-hotfix #2601

Merged
merged 2 commits into from
Jan 10, 2024
Merged

🚑 Monthpicker Caption-hotfix #2601

merged 2 commits into from
Jan 10, 2024

Conversation

KenAJoh
Copy link
Collaborator

@KenAJoh KenAJoh commented Jan 10, 2024

Description

Boolean var flippet som gjorde at MonthCaption-knapper var disabled når de ikke skulle være det

Før

return toDate
      ? isAfter(year?.getFullYear() + 1, toDate?.getFullYear())
      : true;

Etter

return toDate
      ? isAfter(year?.getFullYear() + 1, toDate?.getFullYear())
      : false;

Copy link

changeset-bot bot commented Jan 10, 2024

🦋 Changeset detected

Latest commit: 7cdccd7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@navikt/ds-react Patch
@navikt/ds-css Patch
@navikt/ds-tokens Patch
@navikt/ds-tailwind Patch
@navikt/aksel-icons Patch
@navikt/aksel Patch
@navikt/aksel-stylelint Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

Storybook demo

Endringer til review: 5

bafe9c575 | 61 komponenter | 400 stories

@KenAJoh KenAJoh merged commit ffbe5b9 into main Jan 10, 2024
2 checks passed
@KenAJoh KenAJoh deleted the monthpicker-2598 branch January 10, 2024 12:36
@github-actions github-actions bot mentioned this pull request Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants